html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}
::selection {
    background: #b3d4fc;
    text-shadow: none
}
.maxwidthpxl {
    max-width: 50px!important;
    float: left;
    margin-left: 8px;
    text-align:center;
}
#errorbox {
    display: none
}
a.clickable {
    color: #E60000!important;
    text-decoration: none
}
a.clickable:hover {
    color: #e60000!important;
    text-decoration: none
}
a.clickable:visited {
    color: #E60000!important;
    text-decoration: none
}

.link-our-team, .link-our-team:active , .link-our-team:visited {
   color:#e60000;
   text-decoration:none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0
}
textarea {
    resize: vertical
}
.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}
* {
    font-family: 'Roboto', sans-serif
}
html,
body {
    width: 100%;
    overflow-x: hidden !important;
}
body {
    background-color: #fff;
    position: relative
}
a:hover {
    text-decoration: none
}
.animated {
    /*animation-duration: 1s*/
}
.noscroll {
    overflow: hidden
}


.bookATour2 {
    letter-spacing:0.1em;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #FFF !important;
    background: #E60000 !important;
    -webkit-box-shadow: 3px 3px 0 0 #000 !important;
    -moz-box-shadow: 3px 3px 0 0 #000 !important;
    box-shadow: 3px 3px 0 0 #000 !important;
    padding: 9px 11px;
    border: 1px solid transparent !important;
    -webkit-transform: translate3d(0, 0, 0);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
.bookATour2:hover {
   letter-spacing:0.1em;
    background: #FFF !important;
    color: #E60000 !important;
    border: 1px solid #E60000 !important;
    -webkit-box-shadow: 3px 3px 0 0 #E60000 !important;
    -moz-box-shadow: 3px 3px 0 0 #E60000 !important;
    box-shadow: 3px 3px 0 0 #E60000 !important;
}




.red-button,
.red-button:visited {
    letter-spacing:0.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    background: #E60000;
    -webkit-box-shadow: 3px 3px 0 0 #000;
    -moz-box-shadow: 3px 3px 0 0 #000;
    box-shadow: 3px 3px 0 0 #000;
    padding: 9px 11px;
    border: 1px solid transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.red-button:hover {
    letter-spacing:0.1em;
    background: #FFF;
    color: #E60000;
    border: 1px solid #E60000;
    -webkit-box-shadow: 3px 3px 0 0 #E60000;
    -moz-box-shadow: 3px 3px 0 0 #E60000;
    box-shadow: 3px 3px 0 0 #E60000
}
.red-price-button,
.red-price-button:visited {
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    background: #E60000;
    -webkit-box-shadow: 3px 3px 0 0 #000;
    -moz-box-shadow: 3px 3px 0 0 #000;
    box-shadow: 3px 3px 0 0 #000;
    padding: 9px 11px;
    border: 1px solid transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.red-price-button:hover {
    background: #FFF;
    color: #E60000;
    border: 1px solid #E60000;
    -webkit-box-shadow: 3px 3px 0 0 #E60000;
    -moz-box-shadow: 3px 3px 0 0 #E60000;
    box-shadow: 3px 3px 0 0 #E60000
}
.outline-box {
    border: 3px solid #E60000;
    background: #FFF;
    -webkit-box-shadow: 9px 9px 0 -3px #fff, 9px 9px 0 0 #000;
    -moz-box-shadow: 9px 9px 0 -3px #fff, 9px 9px 0 0 #000;
    box-shadow: 9px 9px 0 -3px #fff, 9px 9px 0 0 #000
}
.outline-box h3 {
    color: #E60000;
    font-size: 40px
}
.navbar {
    margin-bottom: 0;
    background: #FFF;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6)
}
.navbar-nav>li>a {
    color: #2A2A2A;
    font-size: 15px;
    line-height: 36px;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.navbar-nav>li>a:hover {
    background: none;
    color: #E60000
}
.navbar-nav>li>a.pass span {
    text-transform: uppercase;
    padding: 9px 15px;
    border: 1px solid transparent;
    color: #FFF;
    background: #E60000;
    -webkit-box-shadow: 3px 3px 0 0 #2A2A2A;
    -moz-box-shadow: 3px 3px 0 0 #2A2A2A;
    box-shadow: 3px 3px 0 0 #2A2A2A;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.navbar-nav>li>a.pass:hover span {
    background: none;
    color: #E60000;
    border: 1px solid #E60000
}
.navbar>.container-fluid .navbar-brand {
    margin-left: -6px
}
.navbar .navbar-brand {
    height: 66px;
    padding: 4px 15px;
    overflow: hidden;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.navbar .navbar-brand.full {
    opacity: 0;
    padding-left: 81px
}
.navbar .navbar-brand img {
    height: auto;
    width: 180px;
    margin-top: -10px;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.navbar .navbar-toggle {
    margin-top: 11px
}
.navbar .navbar-toggle .icon-bar {
    background: #D0011B;
    width: 33px;
    height: 3px;
    position: relative;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.navbar .navbar-toggle.closed .top-bar {
    top: 0;
    transform: rotate(0deg)
}
.navbar .navbar-toggle.closed .middle-bar {
    top: 3px;
    background-color: #D0011B
}
.navbar .navbar-toggle.closed .bottom-bar {
    top: 6px;
    transform: rotate(0deg)
}
.navbar .navbar-toggle .top-bar {
    top: 10px;
    transform: rotate(45deg)
}
.navbar .navbar-toggle .middle-bar {
    top: 3px;
    background-color: transparent
}
.navbar .navbar-toggle .bottom-bar {
    top: -4px;
    transform: rotate(-45deg)
}
.navbar-left {
    position: fixed;
    height: calc(100vh - 66px);
    left: 0;
    top: 66px;
    z-index: 1031;
    /*animation-delay: 1s;*/
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.navbar-left.full {
    height: 100vh;
    top: 0
}
.navbar-left .logo {
    position: absolute;
    left: 8px;
    top: 9px;
    opacity: 0;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.navbar-left.full .logo {
    opacity: 1
}
.navbar-left .red-bar {
    background: #E60000;
    display: block;
    height: 100%;
    width: 66px
}
.navbar-left ul {
    position: absolute;
    left: 0;
    top: calc(100vh - 87%);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.navbar-left.full ul {
    top: 156px !important;
}
.navbar-left ul li {
    margin-bottom: 10px;
    width: 270px
}
.navbar-left.slim ul li {
    width: 67px
}
.navbar-left ul li a {
    color: #D0D0D0;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    padding: 0 30px 0 0;
    border: 1px solid transparent;
    border-left: 0;
    overflow: hidden;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    height:58px;
}


.navbar-left ul li a:hover, .navbar-left ul li a:visited {
    color: #D0D0D0;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    padding: 0 30px 0 0;
    border: 1px solid transparent;
    border-left: 0;
    overflow: hidden;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    max-width:350px;
    width:auto;
    min-width:190px;
}

.navbar-left ul li a span {
    visibility:hidden;
}

.navbar-left ul li a:hover span {
    visibility:visible;
}


.navbar-left ul li.active a,
.navbar-left ul li a:hover {
    color: #000
}
.navbar-left.slim ul li a {
    padding-right: 0
}
.navbar-left.slim ul li a img {
    margin-right: 0
}
.navbar-left.slim ul li a span {
    display: none
}
.navbar-left .nav>li>a:hover,
.navbar-left .nav>li.active>a {
    background-color: #FFF;
    border: 1px solid #EAEAEA;
    border-left: 0
}
.navbar-left ul li a img {
    margin: -6px 15px -6px 0
}
.navbar-left ul li.active a img,
.navbar-left ul li a:hover img {
    filter: invert(100%);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.navbar-nav-price > li > a {
    color: #2a2a2a;
    font-size: 15px;
    line-height: 36px;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1) 0;
    padding-bottom: 15px;
    padding-top: 15px
}
.navbar-nav-price>li>a:hover {
    background: none;
    color: #E60000
}
.mobile-menu {
    background: #FFF;
    width: 240px;
    height: 100vh;
    display: block;
    overflow: scroll;
    position: fixed;
    right: -243px;
    top: 0;
    z-index: 1031;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.mobile-menu.open {
    right: 0
}
.mobile-menu ul li {
    width: 100%;
    border-bottom: 1px solid #CCC
}
.mobile-menu ul li a {
    padding: 15px;
    font-size: 15px;
    color: #4A4A4A;
    overflow: auto;
    display: block
}
.mobile-menu ul li a img {
    float: right
}
.mobile-menu ul li.close-btn a img {
    margin: 9px 0 30px
}
.mobile-menu .address {
    padding-top: 30px;
    padding-right: 15px
}
.mobile-menu .address h5 {
    font-size: 15px;
    font-weight: 700
}
.mobile-menu .address h5 img {
    height: 21px;
    margin-right: 6px;
    margin-top: -3px
}
.mobile-menu .address .red-button {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 30px
}

.popupheight {
    height:350px;
}
.free-pass,
.how-it-works {
    position: fixed;
    top: 66px;
    left: 66px;
    transform: translateY(0%);
    z-index: 1029;
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    max-height: 100vh;
    overflow: scroll;
    overflow-x: hidden;
}
.free-pass.remove,
.how-it-works.remove {
    transform: translateY(-111%);
    opacity: 0
}
.hide {
    display: none
}
.free-pass .stuff,
.how-it-works .stuff {
    padding-top: 0;
    padding-bottom: 20px;
    text-align: center
}
.free-pass .stuff h1,
.how-it-works .stuff h1 {
    color: #FFF;
    font-size: 47px;
    font-weight: 700
}
.free-pass .stuff p,
.how-it-works .stuff p {
    font-size: 20px;
    color: #FFF
}
.font15 {
    font-size: 15px!important
}
.font16 {
    font-size: 16px!important
}
.font20 {
    font-size: 20px!important
}
.splash-head {
    font-size: 40px!important;
    color: #fff
}
.h3head {
    font-size: 40px!important;
    color: #fff
}
.free-pass .close-btn,
.how-it-works .close-btn {
    position: absolute;
    right: 48px;
    top: 48px
}
.free-pass .row:last-of-type,
.how-it-works .row:not(:first-of-type) {
    background: #FFF;
    will-change: opacity
}
.free-pass .errormsg {
    margin-top: 60px;
    margin-bottom: -30px;
    color: #E60000;
    font-size: 15px
}
.free-pass form {
    padding-top: 60px;
    padding-bottom: 60px
}
.free-pass form .form-group {
    position: relative;
    margin-bottom: 30px
}
.free-pass form .form-group:first-of-type img:not(.valid) {
    height: 15px;
    width: auto;
    top: 15px
}
.free-pass form .form-group img:not(.valid):not(.invalid) {
    position: absolute;
    left: -36px;
    top: 12px
}
.free-pass form .form-group .nine {
    position: absolute;
    left: 12px;
    top: 12.5px;
    color: #A8A8A8;
    font-size: 15px
}
.free-pass form .form-group input {
    border-radius: 0;
    border-color: #A8A8A8;
    font-size: 15px;
    height: auto;
    line-height: 30px
}
.free-pass form .form-group input#inputPhone {
    padding-left: 45px
}
.free-pass form .form-group .valid,
.free-pass form .form-group .invalid {
    position: absolute;
    top: 13px;
    right: 13px;
    height: 18px;
    width: auto;
    opacity: 1;
    pointer-events: none
}
.free-pass form .form-group .invalid {
    opacity: 0
}
.free-pass form .form-group.has-error .valid {
    opacity: 0
}
.free-pass form .form-group.has-error .invalid {
    opacity: 1
}
.free-pass form button {
    border-radius: 0;
    margin-top: 15px;
    font-weight: 400;
    padding-top: 9px;
    padding-bottom: 9px
}
.free-pass form .success {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #E60000
}
.free-pass .first .success {
    opacity: 0
}
.free-pass .second {
    display: none;
    opacity: 0
}
.free-pass .second .form-group img:not(.valid) {
    height: 20px
}
.free-pass .second input[type="reset"] {
    -webkit-appearance: none;
    background: none;
    border: 0;
    margin-left: -66px;
    margin-top: 4px;
    font-size: 14px;
    font-style: italic;
    color: #489CDF
}
.free-pass .second .success {
    margin-top: 0
}
.free-pass .second .red-button {
    margin-top: 60px
}
.free-pass .smoothen {
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1)
}
.free-pass form .btn.disable {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
.how-it-works .row:nth-of-type(2) img {
    margin-top: 60px
}
.how-it-works h3 {
    font-weight: 700;
    margin-top: 24px
}
.how-it-works p {
    font-size: 15px;
    margin-top: 30px;
    text-align: justify
}
.how-it-works .red-button:last-of-type {
    display: inline-block
}
.how-it-works .red-button {
    margin-top: 45px;
    margin-bottom: 60px
}
.slide-show {
    position: fixed;
    height: 100vh;
    display: block;
    background: rgba(0, 0, 0, 0.95);
    z-index: 1033;
    display: none;
    opacity: 0
}
.slide-show.rotate {
    transform: rotate(90deg);
    transform-origin: bottom left;
    width: 100vh;
    height: 100vw;
    margin-top: -100vw;
    object-fit: cover
}
.slide-show .carousel {
    width: 100%
}
.slide-show.rotate .carousel .carousel-inner {
    z-index: 0
}
.slide-show .close-btn {
    position: absolute;
    top: 48px;
    right: 48px;
    z-index: 1
}
.splash {
    background: url(https://d3umatiw0sxz8x.cloudfront.net/assets/img/coworking-shared-office-space-gurgaon-theofficepass-header.jpg) no-repeat center 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    height: 100vh;
    animation-delay: 1s
}
.splash .stuff {
    padding-bottom: 54px;
    padding-left: 24px;
    margin-top: 300px;
    margin-bottom: 330px
}
.splash .red-box,
.free-pass .red-box,
.how-it-works .red-box {
    background-color: #E60000;
    background-image: url(https://d3umatiw0sxz8x.cloudfront.net/assets/img/shared-coworking-space-gurgaon-theofficepass-grid-overlay.png);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    mix-blend-mode: normal;
    2/15/2017will-change: opacity
}
.splash .red-box {
    opacity: .93
}
.splash .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity
}
.splash .carousel-fade .carousel-inner .active {
    opacity: 1
}
.splash .carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}
.splash .carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}
.splash .carousel-fade .carousel-indicators {
    z-index: 2;
    width: auto;
    right: 15px;
    left: auto;
    bottom: -60px
}
.splash .carousel-fade .carousel-indicators li {
    width: 14px;
    height: 14px;
    margin: 0 0 0 9px;
    border: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 7px;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.splash .carousel-fade .carousel-indicators li.active {
    background: #FFF
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .splash .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .splash .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .splash .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.splash h3 {
    font-weight: 300;
    font-size: 40px;
    margin-top: 42px;
    margin-bottom: 12px;
    z-index: 1;
    position: relative
}
.splash h3 strong {
    font-weight: 700
}
.splash p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 36px;
    z-index: 1;
    position: relative;
    text-align: justify
}
.splash a {
    color: #2A2A2A;
    background: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 1;
    position: relative;
    padding: 12px;
    margin-bottom: 36px;
    -webkit-box-shadow: 3px 3px 0 0 #E60000;
    -moz-box-shadow: 3px 3px 0 0 #E60000;
    box-shadow: 3px 3px 0 0 #E60000;
    text-decoration: none;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.officehead {
    color: #e60000;
    font-size: 40px;
    margin-top: 15px;
    font-weight: 700;
    margin-bottom: 15px
}
.footerlinks {
    padding-top: 36px;
    float: left;
    visibility: visible;
    font-size: 15px
}
.splash a:hover {
    background: #E60000;
    color: #FFF;
    -webkit-box-shadow: 3px 3px 0 0 #000;
    -moz-box-shadow: 3px 3px 0 0 #000;
    box-shadow: 3px 3px 0 0 #000
}
.office {
    background: #FFF;
    padding-top: 50px
}
.office .outline-box .media:nth-of-type(2) p,
.office .outline-box .media:nth-of-type(3) p {
    line-height: 27px
}
.office .outline-box .media:nth-of-type(2) .media-left,
.office .outline-box .media:nth-of-type(3) .media-left {
    padding-top: 0
}
.office .outline-box .media:nth-of-type(2) {
    overflow: visible
}
.office .outline-box .red-button {
    position: absolute;
    bottom: -105px;
    left: 12px
}

.office .outline-box .top-button {
    position: absolute;
    bottom: -105px;
    left: 12px
}
.office .row:first-of-type {
    background: url(https://d3umatiw0sxz8x.cloudfront.net/assets/img/shared-coworking-space-gurgaon-theofficepass-membership-wide.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 111px;
    margin-bottom: 60px
}
.office .outline-box {
    margin-bottom: -65px;
    padding-left: 45px;
    z-index: 1
}
.office .outline-box p {
    font-size: 18px;
    text-align: justify;
    color: #9e9e9e
}
.office h4 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
    -webkit-transform: translate3d(0, 0, 0)
}
.office h4:last-of-type {
    margin-top: 15px
}
.office p {
    font-size: 15px;
    -webkit-transform: translate3d(0, 0, 0)
}
.office b {
    font-weight: 500
}
.office p a,
.office p a:visited {
    color: #000;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.office p a:hover {
    color: #E60000
}
.office .media-left {
    padding-left: 15px;
    padding-top: 6px
}
.office .media-left img {
    height: 21px
}
.office .clips {
    margin-left: -45px;
    padding-top: 80px;
    padding-right: 60px;
    z-index: 0
}
.office .clips-wide:nth-of-type(2) {
    padding-right: 45px;
    padding-left: 0
}
.office .clips-wide:nth-of-type(3) {
    margin-left: -45px;
    padding-right: 60px
}
.office .clips a,
.office .clips-wide a {
    display: block;
    position: relative
}
.office .clips a img:not(.zoom),
.office .clips-wide a img:not(.zoom) {
    width: 100%;
    margin-bottom: 15px;
    filter: grayscale(100%);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.office .clips a:hover img:not(.zoom),
.office .clips-wide a:hover img:not(.zoom) {
    filter: grayscale(0%)
}
.office .clips a .zoom,
.office .clips-wide a .zoom {
    position: absolute;
    right: 6px;
    bottom: 21px;
    transform: scale(1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.office .clips a:hover .zoom,
.office .clips-wide a:hover .zoom {
    transform: scale(1.2)
}
.office .carousel {
    margin-top: 120px
}
.office .carousel .item img {
    width: 100%
}
.office .carousel .glyphicon {
    border: 1px solid #FFF;
    border-radius: 50%;
    padding: 6px
}
.office .carousel .carousel-control {
    background: none
}
.office .copy-btn {
    padding-top: 60px
}
.pricing .panel .buttons .red-button:last-of-type {
    margin-left: 0;
    display: inline-block;
    width: 166px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-top: 9px;
    padding-bottom: 9px
}
.bg-main {
    background: #FFF url(https://d3umatiw0sxz8x.cloudfront.net/assets/img/shared-coworking-space-gurgaon-theofficepass-bg-main.png) no-repeat center top;
    background-size: 100% auto
}


.facilities .clips a .zoom,
.facilities .clips-wide a .zoom {
    position: absolute;
    right: 18px;
    bottom: 20px;
    transform: scale(1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.facilities .clips a:hover .zoom,
.facilities .clips-wide a:hover .zoom {
    transform: scale(1.2)
}
.facilities {
    background-color: #FFF;
    padding-top: 50px;
}
.facilities .row:first-of-type {
    background: url(https://d3umatiw0sxz8x.cloudfront.net/assets/img/shared-coworking-space-gurgaon-theofficepass-membership-wide.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 115px;
    margin-bottom: 60px
}
.facilities .outline-box {
    margin-bottom: -65px;
    padding-left: 45px
}
.facilities .outline-box p {
    font-size: 20px;
    text-align: justify;
    color: #9e9e9e
}
.facilities .points h4 {
    text-transform: uppercase;
    font-size: 21px;
    margin-top: 50px;
    font-weight: 300
}
.facilities .points h4 strong {
    font-weight: 700
}
.facilities .points h4 img {
    margin-right: 9px
}
.facilities .points .thumb {
    width: 100%
}
.facilities .points ul {
    border: 1px solid #979797;
    margin-left: 1px;
    border-top: 0;
    padding: 24px
}
.facilities .points p {
    border: 1px solid #979797;
    border-top: 0;
    padding: 27px;
    font-size: 15px;
   	min-height: 131px
}
.facilities .points ul li {
    font-size: 15px;
    padding: 6px 6px 6px 12px;
    text-indent: -10px
}
.facilities .points ul li:first-of-type {
    font-size: 22px;
    font-weight: 700;
    text-indent: 0
}
.pricing {
    background: #FFF;
    padding-top: 50px
}

.facilities .buttons,
.facilities .pricebuttons,
.office .buttons,
.office .pricebuttons,
.membership .pricebuttons,
.how-works .pricebuttons,
.pricing .panel .buttons {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px
}
.facilities .buttons .red-button,
.facilities .pricebuttons .red-price-button,
.membership .pricebuttons .red-price-button,
.how-works .pricebuttons .red-price-button,
.pricing .panel .buttons .red-button {
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    display: inline-block
}

.facilities .buttons .top-button{
	
	 transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    display: inline-block;
}
@keyframes keyframes1 {
    0% {
        transform: rotate(-1deg);
        animation-timing-function: ease-in
    }
    50% {
        transform: rotate(1.5deg);
        animation-timing-function: ease-out
    }
}
@keyframes keyframes2 {
    0% {
        transform: rotate(1deg);
        animation-timing-function: ease-in
    }
    50% {
        transform: rotate(-1.5deg);
        animation-timing-function: ease-out
    }
}
.facilities a.red-button {
    margin-top: 30px;
    display: inline-block
}

.facilities a.top-button {
    margin-top: 30px;
    display: inline-block
}
.office a.red-button {
    margin-top: 30px;
    display: inline-block
}

.office a.top-button {
    margin-top: 30px;
    display: inline-block
}
.membership a.red-button,
.how-works a.red-button {
    margin-top: 30px;
    display: inline-block
}
.membership,
.how-works {
    background-color: #FFF;
    padding-top: 50px;
}
.membership .row:first-of-type,
.how-works .row:first-of-type {
    background: url(https://d3umatiw0sxz8x.cloudfront.net/assets/img/shared-coworking-space-gurgaon-theofficepass-membership-wide.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 112px;
    margin-bottom: 60px
}
.membership .outline-box,
.how-works .outline-box {
    margin-bottom: -65px;
    padding-left: 45px
}
.membership .outline-box p,
.how-works .outline-box p {
    font-size: 20px;
    text-align: justify;
    color: #9e9e9e
}
.membership .points h4,
.how-works .points h4 {
    text-transform: uppercase;
    font-size: 21px;
    margin-top: 50px;
    font-weight: 300
}
.membership .points h4 strong,
.how-works .points h4 strong {
    font-weight: 700
}
.membership .points h4 img,
.how-works .points h4 img {
    margin-right: 9px
}
.membership .points .thumb,
.how-works .points .thumb {
    width: 100%
}
.facilities .points .carousel-inner img{
	width: 100%
}
.membership .points ul {
    border: 1px solid #979797;
    margin-left: 1px;
    border-top: 0;
    padding: 24px
}
.how-works .points ul {
    border: 1px solid #979797;
    margin-left: 1px;
    padding: 24px;
    height: 270px
}
.membership .points p {
    border: 1px solid #979797;
    border-top: 0;
    padding: 27px;
    font-size: 15px;
    height: 131px
}
.how-works .points p {
    border: 1px solid #979797;
    padding: 27px;
    font-size: 15px;
    height: 131px
}
.membership .points ul li {
    font-size: 15px;
    padding: 6px 6px 6px 12px;
    text-indent: -10px
}
.how-works .points ul li {
    font-size: 15px;
    padding: 6px 6px 6px 12px
}
.membership .points ul li:first-of-type,
.how-works .points ul li:first-of-type {
    font-size: 22px;
    font-weight: 700;
    text-indent: 0
}
.membership .buttons,
.pricing .panel .buttons,
.how-works .panel .buttons {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px
}
.membership .buttons .red-button,
.membership .pricebuttons .red-price-button,
.how-works .buttons .red-button,
.how-works .pricebuttons .red-price-button,
.facilities .pricebuttons .red-price-button,
.office .pricebuttons .red-price-button,
.pricing .panel .buttons .red-button {
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    display: inline-block
}
.membership .buttons .red-button:first-of-type:hover,
.membership .pricebuttons .red-price-button:first-of-type:hover,
.how-works .buttons .red-button:first-of-type:hover,
.how-works .pricebuttons .red-price-button:first-of-type:hover,
.facilities .buttons .red-button:first-of-type:hover,
.facilities .pricebuttons .red-price-button:first-of-type:hover,
.office .buttons .red-button:first-of-type:hover,
.office .pricebuttons .red-price-button:first-of-type:hover,
.pricing .panel .buttons .red-button:first-of-type:hover {
    background: #FFF;
    border: 1px solid #E60000
}
.membership .buttons .red-button:last-of-type,
.membership .pricebuttons .red-price-button:last-of-type,
.how-works .buttons .red-button:last-of-type,
.how-works .pricebuttons .red-price-button:last-of-type,
.facilities .pricebuttons .red-price-button:last-of-type,
.facilities .buttons .red-button:last-of-type,
.office .pricebuttons .red-price-button:last-of-type,
.office .buttons .red-button:last-of-type,
.pricing .panel .buttons .red-button:last-of-type,
.row .red-price-button:last-of-type,
.how-it-works .red-button:last-of-type {
    margin-left: 60px;
    background: #FFF;
    color: #000;
    border: 1px solid #E60000;
    -webkit-box-shadow: 3px 3px 0 0 #E60000;
    -moz-box-shadow: 3px 3px 0 0 #E60000;
    box-shadow: 3px 3px 0 0 #E60000
}
.membership .buttons .red-button:last-of-type:hover,
.membership .pricebuttons .red-price-button:last-of-type:hover,
.how-works .buttons .red-button:last-of-type:hover,
.how-works .pricebuttons .red-price-button:last-of-type:hover,
.facilities .pricebuttons .red-price-button:last-of-type:hover,
.facilities .buttons .red-button:last-of-type:hover,
.office .pricebuttons .red-price-button:last-of-type:hover,
.office .buttons .red-button:last-of-type:hover,
.row .pricebuttons .red-price-button:last-of-type:hover,
.pricing .panel .buttons .red-button:last-of-type:hover,
.how-it-works .red-button:last-of-type:hover {
    background: #E60000;
    color: #FFF;
    -webkit-box-shadow: 3px 3px 0 0 #000;
    -moz-box-shadow: 3px 3px 0 0 #000;
    box-shadow: 3px 3px 0 0 #000
}
.pricing>.row:first-child {
    background: url(https://d3umatiw0sxz8x.cloudfront.net/assets/img/shared-coworking-space-gurgaon-theofficepass-membership-wide.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 115px;
    margin-bottom: 60px
}
.pricing .tabs {
    padding-right: 105px
}
.pricing .stuff {
    margin-top: 90px;
    padding-bottom: 24px;
    padding-left: 24px
}
.wordbreak {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.clearboth {
    clear: both
}
.tncm {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    line-height: 18px;
    padding-left: 1px
}
.paddleft8 {
    padding-left: 8px
}
.paddleft25 {
    padding-left: 25px
}
.pricing .header {
    background: url(https://d3umatiw0sxz8x.cloudfront.net/assets/img/shared-coworking-space-gurgaon-theofficepass-membership-wide.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 162px;
    margin-bottom: 60px
}
.pricing .outline-box {
    margin-bottom: -65px;
    padding-left: 45px
}
.pricing .outline-box p {
    font-size: 20px;
    text-align: justify;
    color: #9e9e9e
}
.pricing .stuff .red-box {
    background-color: #E60000;
    background-image: url(https://d3umatiw0sxz8x.cloudfront.net/assets/img/shared-coworking-space-gurgaon-theofficepass-grid-overlay.png);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    opacity: .93;
    z-index: 0;
    top: 0;
    left: 0;
    mix-blend-mode: hard-light;
    will-change: opacity
}
.pricing .stuff h3 {
    font-size: 48px;
    margin-top: 42px;
    margin-bottom: 12px;
    color: #FFF;
    z-index: 1;
    position: relative
}
.pricing .stuff p {
    font-size: 21px;
    color: #FFF;
    margin-bottom: 36px;
    z-index: 1;
    position: relative
}
.pricing .nav-tabs li {
    text-align: center
}
.pricing .nav-tabs li a {
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    color: #9B9B9B;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.pricing .nav-tabs li a small {
    font-size: 15px;
    font-weight: 400
}
.pricing .nav-tabs li.active a {
    border-top: 5px solid #E60000;
    color: #000
}
.pricing .tab-content {
    padding-top: 30px;
    overflow: hidden
}
.pricing .tab-pane .up-point {
    margin-bottom: 24px;
    font-size: 19px;
    font-weight: 700;
    color: #E60000;
    padding-right: 0
}
.pricing .tab-pane .point {
    padding-right: 30px
}
.pricing .tab-pane .point table th,
.pricing .tab-pane .point table td {
    text-align: center;
    padding: 12px;
    font-size: 16px
}
.pricing .tab-pane .point table td {
    vertical-align: middle
}
.pricing .tab-pane .point table tr:first-of-type th {
    line-height: 42px
}
.pricing .tab-pane .point table td span:not(.month,
.day,
.hour) {
    color: #E60000;
    font-weight: 700
}
.pricing .tab-pane .right-point {
    padding-left: 0;
    padding-top: 60px
}
.pricing .tab-pane .right-point ul li {
    font-size: 16px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -.031em
}
.pricing .tab-pane .right-point ul li img {
    width: 20px;
    height: auto;
    margin-right: 9px
}
.pricing .tab-pane .right-point .red-button {
    display: inline-block;
    margin-top: 15px
}
.pricing .tab-pane .point .day,
.pricing .tab-pane .point .hour {
    display: none;
    opacity: 0
}
.pricing .flexi-holder {
    text-align: right;
    padding-right: 30px
}
.pricing .flexi-switch {
    border: 1px solid #E60000;
    font-weight: 700;
    color: #E60000;
    line-height: 30px;
    margin: -30px -15px 30px;
    display: inline-block
}
.pricing .flexi-switch span {
    display: inline-block;
    padding: 0 9px;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
.pricing .flexi-switch span:nth-of-type(2) {
    border-left: 1px solid #E60000;
    border-right: 1px solid #E60000
}
.pricing .flexi-switch .active {
    background: #E60000;
    color: #FFF
}
.pricing .tab-pane#services .serv:nth-of-type(2) {
    padding-right: 5px
}
.pricing .tab-pane#services .serv:nth-of-type(3) {
    padding-left: 10px;
    padding-right: 7.5px
}
.pricing .tab-pane#services .serv:nth-of-type(4) {
    padding-left: 7.5px;
    padding-right: 10px
}
.pricing .tab-pane#services .serv:nth-of-type(5) {
    padding-left: 5px
}
.pricing .tab-pane#services .red-button {
    display: inline-block;
    margin: 30px 3px
}
.pricing .tab-pane#services img {
    width: 100%;
    height: auto
}
.pricing .tab-pane#services h5 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700
}
.pricing .tab-pane#services h5 img {
    width: 15px;
    height: auto;
    margin-top: -2px;
    margin-right: 6px
}
.pricing .tab-pane#services ul {
    padding: 15px;
    border: 1px solid #979797;
    border-top: 0
}
.pricing .tab-pane#services ul li {
    font-size: 12px;
    padding: 3px 0
}
.pricing .tab-pane#services ul li:first-of-type {
    font-size: 15px;
    font-weight: 700
}
.reach {
    padding-bottom: 120px;
    padding-top: 50px
}
.reach .header {
    background: url(https://d3umatiw0sxz8x.cloudfront.net/assets/img/shared-coworking-space-gurgaon-theofficepass-membership-wide.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 115px;
    margin-bottom: 60px
}
.reach .outline-box {
    margin-bottom: -65px;
    padding-left: 45px
}
.reach .outline-box p {
    font-size: 20px;
    text-align: justify;
    color: #9e9e9e
}
.reach h4 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0)
}
.reach ul li {
    line-height: 45px
}
.reach ul li a {
    color: #FFF;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    pointer-events: all;
    -webkit-transform: translate3d(0, 0, 0)
}
.reach ul li a:hover {
    color: #EEE
}
.reach ul li.active a {
    font-weight: 700;
    pointer-events: none
}
.reach ul li:not(.active) a span {
    display: none
}
.reach .over {
    position: relative;
    pointer-events: none;
    z-index: 1
}
.reachbar {
    background: #e60000;
    margin-left: 10px;
    margin-top: 30px;
    padding: 15px 30px 0
}
.reach .over:nth-of-type(2)>div {
    background: #e60000;
    margin-left: 10px;
    margin-top: 30px;
    padding: 15px 30px 0
}
.reach .over .origin-holder {
    position: relative
}
.reach .over .origin-holder input {
    pointer-events: all;
    margin-bottom: 24px;
    line-height: 27px;
    padding: 1px 6px 0;
    width: 100%
}
.reach .over .origin-holder input::placeholder {
    font-style: italic
}
.reach .over .origin-holder img {
    position: absolute;
    right: 9px;
    top: 8px;
    width: 13px;
    height: auto
}
.reach {
    height: 1000px
}
.reach .map {
    width: calc(100% - 30px) !important;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0
}
.reach .map .start_label {
    color: #E60000;
    font-size: 15px;
    font-weight: 700;
    margin-left: 45px!important;
    margin-top: -15px!important
}
.reach .map .end_label {
    font-size: 15px;
    font-weight: 700;
    margin-left: 15px!important;
    margin-top: -10px!important
}
.reach .map a[href^="http://maps.google.com/maps"] {
    display: none!important
}
.reach .map a[href^="https://maps.google.com/maps"] {
    display: none!important
}
.reach .map .gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none
}
.reach .map-error {
    font-size: 15px;
    font-weight: 700;
    color: #E60000;
    position: absolute;
    right: 75px;
    bottom: 12px;
    cursor: pointer
}
.reach .mobile-select {
    text-align: right;
    padding-right: 13px;
    padding-top: 30px;
    margin-bottom: 480px
}
.reach select {
    padding: 12px 15px;
    width: 300px;
    background: #000;
    color: #FFF;
    border-radius: 0;
    pointer-events: all;
    border: none;
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none
}
.reach .glyphicon-chevron-down {
    color: #FFF;
    margin-left: -30px;
    pointer-events: none
}
footer {
    color: #FFF;
    padding-top: 40px;
    padding-bottom: 48px
}
footer .copy {
    float: right;
    margin-top: 38px;
    text-align: right;
    width: 43%
}
footer .long-copy {
    font-size: 15px;
    padding-right: 105px;
    margin-top: -70px;
    text-align: justify
}
footer .long-copy h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 24px
}
footer .details {
    padding-top: 45px;
    line-height: 30px
}
footer .details a,
footer .details a:visited {
    color: #FFF;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}
footer .details a:hover {
    color: #E60000
}
.scrollup {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 18px;
    padding: 6px;
    color: #FFF;
    background: #E60000;
    border: 1px solid transparent;
    cursor: pointer;
    top: auto;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 9999
}
.scrollup:hover {
    background: none;
    border: 1px solid #E60000;
    color: #E60000
}
.hidden {
    display: none!important
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
}
.invisible {
    visibility: hidden
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.clear {
    clear: both
}
@media only screen and (max-width: 1199px) {
    .footerlinks {
        padding-top: 36px;
        visibility: visible;
        font-size: 15px;
        float: left
    }
    .copy {
        float: right
    }
}
@media only screen and (max-width: 991px) {
    .footerlinks {
        padding-top: 26px;
        visibility: visible;
        font-size: 12px;
        float: left
    }
    .copy {
        float: right
    }
}
@media only screen and (max-width: 767px) {
    .footerlinks {
        padding-top: 26px;
        visibility: visible;
        font-size: 12px;
        float: left
    }
    .copy {
        float: right
    }
}
@media only screen and (max-width: 479px) {
    .footerlinks {
        padding-top: 36px;
        visibility: visible;
        font-size: 12px;
        float: none
    }
    .copy {
        float: none
    }
}
@media(max-width:1199px) {
    .office .clips {
        padding-top: 210px;
        padding-right: 0
    }
    .office .clips-wide:nth-of-type(2) {
        padding-left: 35px
    }
    .office .clips-wide:nth-of-type(3) {
        padding-right: 0
    }
    .pricing .stuff {
        margin-top: 90px
    }
    .pricing .tabs {
        padding-right: 45px
    }
    footer .long-copy {
        padding-right: 45px
    }
}
@media(max-width:991px) {
    .office .clips {
        padding-top: 300px;
        margin-left: -15px
    }
    .office .clips-wide:nth-of-type(2) {
        padding-right: 0;
        padding-left: 25px
    }
    .office .clips-wide:nth-of-type(3) {
        margin-left: 0;
        padding-right: 15px
    }
    .facilities .slip {
        margin-left: 21px
    }
    .pricing .stuff {
        margin-top: 60px
    }
    .pricing .tabs {
        padding-right: 15px
    }
    .pricing .tab-pane .right-point ul li {
        font-size: 14px
    }
    .pricing .tab-pane#services .serv:nth-of-type(2),
    .pricing .tab-pane#services .serv:nth-of-type(3),
    .pricing .tab-pane#services .serv:nth-of-type(4),
    .pricing .tab-pane#services .serv:nth-of-type(5) {
        padding-left: 15px;
        padding-right: 15px
    }
    .reach ul li {
        line-height: 39px
    }
    .reach ul li a {
        font-size: 12px
    }
    .reach ul li a span {
        display: block;
        overflow-x: hidden;
        text-indent: -6px;
        margin-left: 7px
    }
    .reach .over:nth-of-type(2)>div {
        margin-left: 30px;
        padding: 15px
    }
    .reach .map {
        width: calc(100% - 15px)
    }
    .reach .map-error {
        right: 60px
    }
}
@media(max-width:767px) {
    .navbar .navbar-brand {
        width: 187px;
        padding: 12px 15px
    }
    .navbar .navbar-brand.full-mobile {
        width: 33px;
        margin-left: 15px
    }
    .navbar .navbar-brand.full-mobile img {
        margin-left: -95px
    }
    .free-pass,
    .how-it-works {
        left: 0
    }
    .free-pass .close-btn,
    .how-it-works .close-btn {
        right: 15px;
        top: 15px
    }
    .splash .stuff {
        margin-top: 150px;
        margin-bottom: 180px;
        padding-bottom: 0
    }
    .splash .stuff h1 {
        margin-top: 21px;
        font-size: 30px
    }
    .splash .stuff p {
        font-size: 15px;
        line-height: 27px
    }
    .splash .stuff a {
        position: absolute;
        bottom: -96px
    }
    .splash .carousel-fade {
        margin-bottom: 30px
    }
    .splash .carousel-fade .carousel-indicators {
        right: 15px;
        bottom: -18px
    }
    .office {
        background: url(https://d3umatiw0sxz8x.cloudfront.net/assets/img/shared-coworking-space-gurgaon-theofficepass-office-mobile-bg.jpg) no-repeat center top;
        background-color: #FFF;
        background-size: 100% auto
    }
    .office .outline-box {
        margin-left: 66px;
        padding-right: 48px
    }
    .office .clips {
        padding-top: 560px
    }
    .office .clips-wide {
        padding: 0
    }
    .membership .outline-box,
    .how-works .outline-box {
        margin-left: -66px;
        margin-right: 66px;
        padding-left: 81px;
        margin-bottom: -30px
    }
    .membership .outline-box h1,
    .how-works .outline-box h1 {
        font-size: 30px
    }
    .membership .outline-box p,
    .how-works .outline-box p {
        font-size: 15px;
        line-height: 27px;
        color: #9e9e9e
    }
    .membership .buttons .red-button,
    .how-works .buttons .red-button {
        display: inline-block
    }
    .membership .buttons .red-button:last-of-type,
    .how-works .buttons .red-button:last-of-type {
        margin-left: 0;
        margin-top: 30px;
        width: 166px
    }
    .bg-main {
        background-size: 180% auto;
        background-position: right 150px
    }
    .facilities {
        padding-top: 60px
    }
    .facilities .outline-box {
        margin-right: -66px;
        margin-left: 66px;
        padding-right: 81px
    }
    .facilities .outline-box h1 {
        font-size: 30px
    }
    .facilities .outline-box p {
        font-size: 15px;
        line-height: 27px
    }
    .facilities h1 {
        color: #9b9b9b;
        font-size: 25px;
        line-height: 27px;
        margin-right: -66px;
        margin-left: 66px;
        padding-right: 81px
    }
    .facilities .slip {
        margin-left: 0;
        text-align: center
    }
    .facilities .slip h4,
    .facilities .slip p {
        text-align: left
    }
    .pricing .row:first-of-type {
        background-size: auto 300%;
        margin-bottom: 60px
    }
    .pricing .stuff h1 {
        margin-top: 21px;
        font-size: 30px
    }
    .pricing .stuff p {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 0
    }
    .reach {
        padding-top: 60px
    }
    .reach .outline-box {
        margin-right: -66px;
        margin-left: 66px;
        padding-right: 81px
    }
    .reach .outline-box h1 {
        font-size: 30px
    }
    .reach .outline-box p {
        font-size: 15px;
        line-height: 27px
    }
    .reach .col-md-10.col-sm-10 {
        height: 810px
    }
    .reach .map {
        width: 100%
    }
    footer .row:first-of-type div:first-of-type {
        text-align: center
    }
    footer .logo {
        padding-left: 0
    }
    footer .long-copy {
        padding-right: 15px;
        margin-top: 30px
    }
    footer .long-copy .copy {
        padding-left: 15px;
        padding-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 24px;
        color: #FFF;
        text-align: left;
        font-size: 12px;
        border-bottom: 1px solid #484848
    }
}
@media print {
    *,
    :before,
    :after,
    p:first-letter,
    div:first-letter,
    blockquote:first-letter,
    li:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre {
        white-space: pre-wrap!important
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}